home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / WWW / NETPLEX0.ZIP / !Netplex / !Help / HTML / versions < prev   
Text File  |  1996-11-08  |  5KB  |  91 lines

  1. <HTML>
  2.  
  3. <HEAD>
  4. <TITLE>Netplex - Versions</TITLE>
  5. </HEAD>
  6.  
  7. <BODY BGCOLOR=ffffff TEXT=000000 LINK=0000ff>
  8.  
  9. <H1><IMG SRC="images/world" ALIGN=ABSMIDDLE WIDTH=160 HEIGHT=63>Versions</H1>
  10. This page details the changes which have been made to Netplex.  A version number indicates a released version.
  11. <HR>
  12.  
  13. <UL>
  14.  
  15. <A NAME="011"><H2>0.11</H2></A>
  16. <BR><B>08 Nov 1996</B>
  17. <LI>Docs: New icon bar graphic for the icon bar page; Corrections; Reorganisations.
  18.  
  19. <BR><B>04 Nov 1996</B>
  20. <LI>connection_verifyall and the socket timeout code merged together into communication_breakdown. ;-)
  21. <LI>The timeout code also now only times out when the client is sending something - so the server can now take as long as it likes. :-)
  22. <LI>Docs: The buttonbar at the bottom of the pages has been replaced with (up to) three arrow buttons.  Also, the index page Netplex graphic has been re-done as it looked distinctly un-curved in places.
  23.  
  24. <BR><B>02 Nov 1996</B>
  25. <LI>The default CGI directory name ('cgi-bin') can now be changed by altering the Messages file.
  26.  
  27. <BR><B>01 Nov 1996</B>
  28. <LI>Removed the RISC OS/v.vv bit from the Server: id string, until I can find a decent way of finding out the machine's OS version.
  29.  
  30. <BR><B>30 Oct 1996</B>
  31. <LI>The default filename for realm configuration ('realms') can now be changed by editing the Messages file.  Likewise, the timeout period and the maximum number of realms can be altered.
  32. <LI>The template HTML for the server reports is now contained in the Messages file and can be altered.  Bear in mind that each line must not exceed 255 characters after the substitutions have been made.
  33. <LI>Now checks PUT requests to existing files for Write-permisson, which would have previously failed on CD-ROMs and other read-only devices.
  34. <LI>Some multi-line IFs structures compressed down.
  35. <LI>Error reporting rationalised - changes to the log messages, of which there are now fewer.
  36. <LI>Known-but-not-acted-on requests weren't being faulted, and ended up trapped in readheader.  They are now reported as <I>Not Implemented</I>.
  37. <LI>Tried doing some nasty things to Netplex to see what would happen, one was dumping binary files into FreeTerms' window (I do about half of Netplex's testing by opening a telnet session to the server's port and typing in requests).  Found that yet again method_fromstring is pants and wasn't faulting empty lines.  It now should be a lot better at faulting bad requests.
  38. <LI>Changed the end-of-header code such that empty first lines will be correctly decoded rather than dropping straight into the client_request despatcher, which is what was happening.
  39.  
  40. <BR><B>26 Oct 1996</B>
  41. <LI>Added code to check for Locked files; applies only to PUT and DELETE methods.  PUT to a locked file now returns a Forbidden report.  DELETE on a locked file now returns a Method Not Allowed report.
  42. <LI>Reversed the order of the logs on the page, so that the most recent changes appear at the top.
  43.  
  44. <BR><B>25 Oct 1996</B>
  45. <LI>Continued the de-structurising.
  46. <LI>When an unanticipated error occurs Netplex will now automatically send an <I>Internal Server Error</I> report to the client and close the connection.  This aids the server's stability greatly as serious errors (for example, Address exceptions) do not get a chance to endlessly repeat until the server self-terminates.
  47. <LI>Replaced the line which closes the connection if the first line from the client is invalid or contains an unknown method.
  48.  
  49. <BR><B>24 Oct 1996</B>
  50. <LI>Netplex has now had time to prove itself and bug reports have been virtually non-existant.  For these reasons Netplex is now out of beta testing.
  51. <LI>I went through the code and replaced a lot of the nice structured code with lots of hacky early routine exits.  I did this because hacky-exits are often at least twice as fast.
  52.  
  53. </UL>
  54.  
  55. <HR>
  56.  
  57. <H2>Thanks</H2>
  58. <P>Thanks are due to :</P>
  59. <UL>
  60. <LI>Thom Stuart (th0m) - it was upon thom's original suggestion that I wrote Netplex - he was complaining that DeltaNet didn't do POST :-)
  61. <LI>Justin Fletcher (Gerph) - for InetServices, WebSize, spotting bugs and constructive criticism
  62. <LI>Jon Ribbens (Salmon) - for the excellent SysLog
  63. <LI>Joe Oldak - for helpful comments and suggestions
  64. <LI>Dave Lomax (DaveyBabe) - for help with testing, and finding a bug in cgi-bin.dir
  65. <LI>Mark Hoyle (skeeve) - for running Netplex on his machine
  66. <LI>Alex Howarth (zarni) - for complaining about having to load ArcWeb
  67. <LI>Kaustav Bhattacharya (Kozzey) - for trying to run Netplex with Termite :-)
  68. <LI>& the other #acorn and #argonet bods for, erm, stuff.
  69. </UL>
  70.  
  71. <H2>and...</H2>
  72. <P>The following have been instrumental in Netplex's development :</P>
  73. <UL>
  74. <LI>Dire Straits: Communiqué, Love Over Gold & Live at the BBC,
  75. <LI>Led Zeppelin: Four Symbols & The Boxed Set 2,
  76. <LI>The Beatles: Abbey Road,
  77. <LI>I suppose Zap, TemplEd & BasCompress helped too... :-)
  78. </UL>
  79.  
  80. <HR>
  81.  
  82. <P><CENTER>
  83. <A HREF="refs"><IMG SRC="buttons/bak" WIDTH=32 HEIGHT=32 BORDER=0 ALT="[ Previous ]"></A>
  84. <A HREF="index"><IMG SRC="buttons/up" WIDTH=32 HEIGHT=32 BORDER=0 ALT="[ Index ]"></A>
  85. <A HREF="ideas"><IMG SRC="buttons/fwd" WIDTH=32 HEIGHT=32 BORDER=0 ALT="[ Next ]"></A>
  86. </CENTER></P>
  87.  
  88. </BODY>
  89.  
  90. </HTML>
  91.